projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a809764
)
(flyspell-large-region): Call ispell-check-version.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Oct 2005 18:22:49 +0000
(18:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Oct 2005 18:22:49 +0000
(18:22 +0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 74c7cbc57624ed32d86145e210a98bbc0489e17d..a876593e73831d410133e3194cd7e8618760584b 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-1376,6
+1376,7
@@
The buffer to mark them in is `flyspell-large-region-buffer'."
;; this is done, we can start checking...
(if flyspell-issue-message-flag (message "Checking region..."))
(set-buffer curbuf)
+ (ispell-check-version)
(let ((c (apply 'call-process-region beg
end
ispell-program-name